home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / wb / toolmanager2_0.lha / ToolManager / Programmers / mlib / QuitTool.asm < prev    next >
Assembly Source File  |  1992-09-26  |  145b  |  11 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolManagerBase
  4.     xdef    _QuitToolManager
  5. _QuitToolManager:
  6.     pea    (a6)
  7.     move.l    _ToolManagerBase,a6
  8.     jsr    -36(a6)
  9.     move.l    (sp)+,a6
  10.     rts
  11.